projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3191611
)
arm: socfpga: reset: Add SDMMC, QSPI and DMA defines
author
Marek Vasut
<
[email protected]
>
Thu, 9 Jul 2015 02:28:13 +0000
(
04:28
+0200)
committer
Marek Vasut
<
[email protected]
>
Sat, 8 Aug 2015 12:14:06 +0000
(14:14 +0200)
Add SDMMC, QSPI and DMA reset defines. These are needed by SPL
so that we can boot from SD card and QSPI.
Signed-off-by: Marek Vasut <
[email protected]
>
arch/arm/mach-socfpga/include/mach/reset_manager.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-socfpga/include/mach/reset_manager.h
b/arch/arm/mach-socfpga/include/mach/reset_manager.h
index 457c4b8ba69fee567e4f652ba7c84e095e047480..8e59578f374b7f799a36a3998b4f874beddd5d5d 100644
(file)
--- a/
arch/arm/mach-socfpga/include/mach/reset_manager.h
+++ b/
arch/arm/mach-socfpga/include/mach/reset_manager.h
@@
-69,6
+69,9
@@
struct socfpga_reset_manager {
#define RSTMGR_UART0 RSTMGR_DEFINE(1, 16)
#define RSTMGR_SPIM0 RSTMGR_DEFINE(1, 18)
#define RSTMGR_SPIM1 RSTMGR_DEFINE(1, 19)
+#define RSTMGR_QSPI RSTMGR_DEFINE(0, 5)
+#define RSTMGR_SDMMC RSTMGR_DEFINE(0, 22)
+#define RSTMGR_DMA RSTMGR_DEFINE(0, 28)
#define RSTMGR_SDR RSTMGR_DEFINE(1, 29)
/* Create a human-readable reference to SoCFPGA reset. */